home *** CD-ROM | disk | FTP | other *** search
- /*rx )À2000 MDR partial refresh prog */
-
- ports = SHOW('P')
- PARSE VAR ports dummy 'AWEB.' portnr .
- ADDRESS VALUE 'AWEB.' || portnr
- OPTIONS RESULTS
-
- IF (portnr >0) THEN DO
- 'GET ACTIVEPORT'
- ADDRESS VALUE RESULT
- i=1
- 'GET URL var url'
-
- IF URL='http://localhost/cgi-bin/mdrserver_r_control23.rexx?' then i=2
- IF URL='http://localhost/cgi-bin/mdrserver_r_control23.rexx' then i=2
- IF URL='http://localhost/cgi-bin/mdrserver_r_control3.rexx?' then i=3
- IF URL='http://localhost/cgi-bin/mdrserver_r_control3.rexx' then i=3
-
- IF i=2 THEN 'RELOAD'
- IF i=3 then 'RELOAD'
- END
- EXIT
-